home *** CD-ROM | disk | FTP | other *** search
- // Includes.cpp
- //
- // The purpose of this test is to see if the CPP processor can process the
- // majority of the Zortech include files without dying.
- //
- // Guy C. Gallant, 27Apr91
-
- #include <stdio.h>
- #include <assert.h>
- #include <bios.h>
- #include <conio.h>
- #include <ctype.h>
- #include <direct.h>
- #include <disp.h>
- #include <dos.h>
- #include <emm.h>
- #include <errno.h>
- #include <fcntl.h>
- #include <fg.h>
- #include <fg.hpp>
- #include <float.h>
- #include <generic.hpp>
- #include <handle.h>
- #include <int.h>
- #include <io.h>
- #include <limits.h>
- #include <locale.h>
- #include <math.h>
- #include <msmouse.h>
- #include <new.hpp>
- #include <page.h>
- #include <process.h>
- #include <setjmp.h>
- #include <share.h>
- #include <signal.h>
- #include <sound.h>
- #include <stdarg.h>
- #include <stddef.h>
- #include <stdlib.h>
- #include <stream.hpp>
- #include <string.h>
- #include <swap.h>
- #include <termio.h>
- #include <time.h>
- #include <tsr.h>
-
-
- void main () { printf ("Hello World"); }
-